[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FPINIT() checks to be sure that a CAS compliant fax board is installed
and functioning. It also reads some information from the fax board for
later use by the other FP functions.

You MUST call this function before using the other library functions.
-----------------------------------------------------------------------------
Syntax

    FPINIT() --> lResult

    Returns .T. if a fax board is found. Returns .F. if no fax board was
    found OR the fax board does not respond as expected.
-----------------------------------------------------------------------------
Example

    IF .NOT. FPINIT()
        ? "No fax board detected (or not working)!
        QUIT
    ENDIF

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson